func crypto/rsa.fipsError2

5 uses

	crypto/rsa (current package)
		fips.go#L119: 	return fipsError2(rsa.SignPSS(rand, k, h, digest, saltLength))
		fips.go#L230: 	return fipsError2(rsa.EncryptOAEP(hash, hash, random, k, msg, label))
		fips.go#L287: 	return fipsError2(rsa.DecryptOAEP(hash, mgfHash, k, ciphertext, label))
		fips.go#L334: 	return fipsError2(rsa.SignPKCS1v15(k, hashName, hashed))
		fips.go#L395: func fipsError2[T any](x T, err error) (T, error) {